vmx realmode: Emulate protected-mode transition while CS and SS have
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Feb 2008 15:45:10 +0000 (15:45 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Feb 2008 15:45:10 +0000 (15:45 +0000)
commit1118c5715f51800714f1ff1b62fc6382e1486f05
tree4f2fd8aa1ca57d2c5733da62812ab6e42e53876f
parentae9093a33f56a3f3140aa96c04acc0049228afc3
vmx realmode: Emulate protected-mode transition while CS and SS have
bad selector values (bottom two bits non-zero).

Allows opensuse 10.3 install CD to boot. Unfortunately SUSE Linux 10.1
install CD still fails to work...

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/hvm/svm/svm.c
xen/arch/x86/hvm/vmx/realmode.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/hvm/vmx/x86_32/exits.S
xen/arch/x86/hvm/vmx/x86_64/exits.S
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/x86_32/asm-offsets.c
xen/arch/x86/x86_64/asm-offsets.c
xen/arch/x86/x86_emulate.c
xen/include/asm-x86/hvm/vmx/vmcs.h
xen/include/asm-x86/x86_emulate.h